home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / nfbtr731.zip / NFBTRANS < prev    next >
Text File  |  1995-01-24  |  199b  |  9 lines

  1. nfbtrans.obj: nfbtrans.c
  2.     cl -nologo -AL -W4 -Zpie -O -G2s -c nfbtrans.c
  3.  
  4. nfbasm.obj: nfbasm.asm
  5.     masm nfbasm;
  6.  
  7. nfbtrans.exe: nfbtrans.obj nfbasm.obj
  8.     link nfbtrans+nfbasm /nologo /CODEVIEW;
  9.